-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add UWP .NET 9 support for MSTest extensions #3848
Add UWP .NET 9 support for MSTest extensions #3848
Conversation
2ad0079
to
431954a
Compare
d50771e
to
29abbe2
Compare
@Sergio0694 Looks like there is a packaging failure.
|
It's ok we will sync with @Sergio0694 offline this week to answer a couple of high level questions before we resume work here. Thanks @Youssef1313 |
Updates to UWP PR
User/adstep/uwp net9 support
…m/Sergio0694/testfx into user/sergiopedri/uwp-net9-support
User/adstep/uwp net9 latest merge
Flakiness, I'll force merge. As discussed offline, the PR as-is might miss a few things but given it's pretty big, let's merge it and iterate on potential bugs/missing features we find along the way of dogfooding. Thanks @Sergio0694 and @adstep |
Thank you!! 🎉🎉🎉 |
This PR includes the initial work to support UWP apps using .NET 9 (see here).
This tackles the extensions assembly:
net8.0-10.0.26100.0
(we can bump to .NET 9 once it goes GA)WINDOWS_UWP
on this targetnet8.0-windows10.0.26100.0/uwp
UseUwpTools
is set (ie. this is a UWP app using .NET 9)